home *** CD-ROM | disk | FTP | other *** search
- .f(monaco)\p(9)
- repeat [for] \Inum\P times repeat until \Icondition\P repeat while \Icondition\P
- \Istatement-list\P \Istatement-list\P \Istatement-list\P
- end repeat end repeat end repeat
-
- repeat with \Ii\P = \In1\P downTo \In2\P repeat with \Ii\P = \In1\P to \In2\P
- \Istatement-list\P \Istatement-list\P
- end repeat end repeat
-
- repeat [forever] on \Imsgname\P [\Iparams\P] function \IfName\P [\Iparams\P]
- \Istatement-list\P \Istatement-list\P \Istatement-list\P
- end repeat end \Imsgname\P end \IfName\P
-
- if \Icondition\P then \Istatement\P [ else \Istatement\P ]
-
- if \Icondition\P then Other control constructs are “exit \Iname\P” for
- \Istatement-list\P leaving a function, handler or loop. “next
- [ else repeat” for going to next iteration of loop, and
- \Istatement-list\P ] “pass \Iname\P” for passing an event to a handler
- end if higher in the hierarchy (e.g. from field to card)
-